home *** CD-ROM | disk | FTP | other *** search
/ World Free Fax! / World Free Fax!.iso / unit1.dfm / unit1.txt
Text File  |  1997-03-04  |  1KB  |  60 lines

  1. object Form1: TForm1
  2.   Left = 106
  3.   Top = 96
  4.   Width = 188
  5.   Height = 117
  6.   Caption = 'Internet Fax'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 40
  17.     Width = 165
  18.     Height = 16
  19.     Caption = 'Fax Over Internet For FREE!'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 64
  24.     Width = 152
  25.     Height = 16
  26.     Caption = 'National And International'
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Button1: TButton
  34.     Left = 8
  35.     Top = 8
  36.     Width = 75
  37.     Height = 25
  38.     Hint = 
  39.       'Fax words for free. If you do not have Netscape or Explorer at d' +
  40.       'ifferent location, click on fax.html file!'
  41.     Caption = 'Fax Words'
  42.     ParentShowHint = False
  43.     ShowHint = True
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 96
  49.     Top = 8
  50.     Width = 75
  51.     Height = 25
  52.     Hint = 'This is a setup program for Internet Fax program!'
  53.     Caption = 'Fax Image'
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.     TabOrder = 1
  57.     OnClick = Button2Click
  58.   end
  59. end
  60.